Post

Replies

Boosts

Views

Activity

Comment on iPhone 13 Pro screen wake is not normal when Tap to Wake off
I think they must change some codes about Screen Wake parts, maybe it relates Touch ID because of iPad,I thought iOS and iPadOS were separated, apparently not all.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on What does WIDGET_BACKGROUND_API_ADOPTION_PROMPT mean?
Thank you, this is very helpful
Replies
Boosts
Views
Activity
Jun ’23
Comment on What does WIDGET_BACKGROUND_API_ADOPTION_PROMPT mean?
Yeah, my solution: var body: some View { …. { } .adoptableWidgetBackground(color) } extension View { func adoptableWidgetBackground(_ color: Color) -> some View { if #available(iOS 17.0, *) { containerBackground(for: .widget) { color } } else { background(color) } } }
Replies
Boosts
Views
Activity
Jun ’23
Comment on What does WIDGET_BACKGROUND_API_ADOPTION_PROMPT mean?
Yeah: add @ViewBuilder before func resolve this issue
Replies
Boosts
Views
Activity
Jun ’23
Comment on Widget showsWidgetContainerBackground fallback
Yeah, see my solution in the newest answer
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on WidgetKit Simulator with Intent Configurations
Hello I have reported an issue on the Feedback Assistant with more information and attachments, FB number is: FB16421665 I have tried to use preview but it failed with: Failed to build the scheme “MyWidgetExtension” thanks
Replies
Boosts
Views
Activity
Jan ’25
Comment on WidgetKit Simulator with Intent Configurations
I added a diagnostics file in the new reply, please have a look
Replies
Boosts
Views
Activity
Jan ’25